*** empty log message ***
authorJohn Wiegley <johnw@newartisans.com>
Sat, 8 May 2004 13:04:29 +0000 (13:04 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Sat, 8 May 2004 13:04:29 +0000 (13:04 +0000)
lisp/ChangeLog

index 102e5985d9b2cdd9371ca9027a95b3aaaccb8a46..220f9abe206ce75d6315ca32dda25db017d7497b 100644 (file)
@@ -2,11 +2,11 @@
 
        * iswitchb.el (iswitchb-use-virtual-buffers): Added support for
        "virtual buffers" (off by default), which makes it possible to
-       switch to the buffers of recently files.  When a buffer name
-       search fails, and this option is on, iswitchb will look at the
-       list of recently visited files, and permit matching against those
-       names.  When the user hits RET on a match, it will revisit that
-       file.
+       switch to the "virtual" buffers of recently visited files.  When a
+       buffer name search fails, and this option is on, iswitchb will
+       look at the list of recently visited files, and permit matching
+       against those names.  When the user hits RET on a match, it will
+       revisit that file.
        (iswitchb-read-buffer): Added two optional arguments, which makes
        isearchb.el possible.
        (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match,